home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / info / lispref.info < prev    next >
Encoding:
GNU Info File  |  1995-09-01  |  22.4 KB  |  755 lines

  1. This is Info file ../../info/lispref.info, produced by Makeinfo-1.63
  2. from the input file lispref.texi.
  3.  
  4.    Edition History:
  5.  
  6.    GNU Emacs Lisp Reference Manual Second Edition (v2.01), May 1993 GNU
  7. Emacs Lisp Reference Manual Further Revised (v2.02), August 1993 Lucid
  8. Emacs Lisp Reference Manual (for 19.10) First Edition, March 1994
  9. XEmacs Lisp Programmer's Manual (for 19.12) Second Edition, April 1995
  10. GNU Emacs Lisp Reference Manual v2.4, June 1995 XEmacs Lisp
  11. Programmer's Manual (for 19.13) Third Edition, July 1995
  12.  
  13.    Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Free Software
  14. Foundation, Inc.  Copyright (C) 1994, 1995 Sun Microsystems, Inc.
  15. Copyright (C) 1995 Amdahl Corporation.  Copyright (C) 1995 Ben Wing.
  16.  
  17.    Permission is granted to make and distribute verbatim copies of this
  18. manual provided the copyright notice and this permission notice are
  19. preserved on all copies.
  20.  
  21.    Permission is granted to copy and distribute modified versions of
  22. this manual under the conditions for verbatim copying, provided that the
  23. entire resulting derived work is distributed under the terms of a
  24. permission notice identical to this one.
  25.  
  26.    Permission is granted to copy and distribute translations of this
  27. manual into another language, under the above conditions for modified
  28. versions, except that this permission notice may be stated in a
  29. translation approved by the Foundation.
  30.  
  31.    Permission is granted to copy and distribute modified versions of
  32. this manual under the conditions for verbatim copying, provided also
  33. that the section entitled "GNU General Public License" is included
  34. exactly as in the original, and provided that the entire resulting
  35. derived work is distributed under the terms of a permission notice
  36. identical to this one.
  37.  
  38.    Permission is granted to copy and distribute translations of this
  39. manual into another language, under the above conditions for modified
  40. versions, except that the section entitled "GNU General Public License"
  41. may be included in a translation approved by the Free Software
  42. Foundation instead of in the original English.
  43.  
  44. 
  45. Indirect:
  46. lispref.info-1: 2070
  47. lispref.info-2: 43774
  48. lispref.info-3: 89826
  49. lispref.info-4: 136920
  50. lispref.info-5: 186781
  51. lispref.info-6: 230636
  52. lispref.info-7: 277107
  53. lispref.info-8: 321069
  54. lispref.info-9: 368958
  55. lispref.info-10: 418919
  56. lispref.info-11: 464774
  57. lispref.info-12: 513367
  58. lispref.info-13: 562874
  59. lispref.info-14: 611287
  60. lispref.info-15: 659980
  61. lispref.info-16: 706047
  62. lispref.info-17: 755506
  63. lispref.info-18: 805370
  64. lispref.info-19: 848703
  65. lispref.info-20: 896751
  66. lispref.info-21: 942180
  67. lispref.info-22: 987519
  68. lispref.info-23: 1036815
  69. lispref.info-24: 1086333
  70. lispref.info-25: 1134908
  71. lispref.info-26: 1182366
  72. lispref.info-27: 1223614
  73. lispref.info-28: 1273610
  74. lispref.info-29: 1321524
  75. lispref.info-30: 1371177
  76. lispref.info-31: 1420101
  77. lispref.info-32: 1469314
  78. lispref.info-33: 1518868
  79. lispref.info-34: 1565714
  80. lispref.info-35: 1610947
  81. lispref.info-36: 1660766
  82. lispref.info-37: 1707555
  83. lispref.info-38: 1742639
  84. 
  85. Tag Table:
  86. (Indirect)
  87. Node: Top2070
  88. Node: Copying43774
  89. Node: Introduction62932
  90. Node: Caveats64514
  91. Node: Lisp History66165
  92. Node: Conventions67419
  93. Node: Some Terms68234
  94. Node: nil and t68955
  95. Node: Evaluation Notation70631
  96. Node: Printing Notation71558
  97. Node: Error Messages72432
  98. Node: Buffer Text Notation72873
  99. Node: Format of Descriptions73748
  100. Node: A Sample Function Description74605
  101. Node: A Sample Variable Description78590
  102. Node: Acknowledgements79498
  103. Node: Lisp Data Types81284
  104. Node: Printed Representation83657
  105. Node: Comments85698
  106. Node: Programming Types86597
  107. Node: Integer Type88200
  108. Node: Floating Point Type89207
  109. Node: Character Type89826
  110. Node: Symbol Type96826
  111. Node: Sequence Type99524
  112. Node: Cons Cell Type100955
  113. Node: Dotted Pair Notation105438
  114. Node: Association List Type107562
  115. Node: Array Type108445
  116. Node: String Type109811
  117. Node: Vector Type112927
  118. Node: Function Type113697
  119. Node: Macro Type114809
  120. Node: Primitive Function Type115506
  121. Node: Byte-Code Type117025
  122. Node: Autoload Type117642
  123. Node: Editing Types118624
  124. Node: Buffer Type119553
  125. Node: Marker Type121547
  126. Node: Window Type122271
  127. Node: Frame Type123479
  128. Node: Window Configuration Type124166
  129. Node: Process Type124710
  130. Node: Stream Type125669
  131. Node: Keymap Type126794
  132. Node: Syntax Table Type127254
  133. Node: Display Table Type128227
  134. Node: Extent Type128587
  135. Node: Window-System Types129189
  136. Node: Font Type129529
  137. Node: Color Type129635
  138. Node: Pixmap Type129763
  139. Node: Type Predicates129875
  140. Node: Equality Predicates136920
  141. Node: Numbers140319
  142. Node: Integer Basics141635
  143. Node: Float Basics143993
  144. Node: Predicates on Numbers145733
  145. Node: Comparison of Numbers147369
  146. Node: Numeric Conversions150760
  147. Node: Arithmetic Operations152226
  148. Node: Rounding Operations157536
  149. Node: Bitwise Operations158641
  150. Node: Math Functions167574
  151. Node: Random Numbers169519
  152. Node: Strings and Characters171284
  153. Node: String Basics172385
  154. Node: Predicates for Strings175113
  155. Node: Creating Strings175673
  156. Node: Text Comparison180447
  157. Node: String Conversion183504
  158. Node: Formatting Strings186781
  159. Node: Character Case192675
  160. Node: Case Table195570
  161. Node: Lists199448
  162. Node: Cons Cells200409
  163. Node: Lists as Boxes201745
  164. Node: List-related Predicates204387
  165. Node: List Elements206089
  166. Node: Building Lists209110
  167. Node: Modifying Lists215105
  168. Node: Setcar215917
  169. Node: Setcdr218338
  170. Node: Rearrangement220848
  171. Node: Sets And Lists226407
  172. Node: Association Lists230636
  173. Node: Sequences Arrays Vectors238210
  174. Node: Sequence Functions240380
  175. Node: Arrays243633
  176. Node: Array Functions246031
  177. Node: Vectors248217
  178. Node: Vector Functions249737
  179. Node: Symbols252242
  180. Node: Symbol Components253297
  181. Node: Definitions257471
  182. Node: Creating Symbols259697
  183. Node: Property Lists266731
  184. Node: Plists and Alists268149
  185. Node: Symbol Plists269896
  186. Node: Other Plists271703
  187. Node: Evaluation272811
  188. Node: Intro Eval273615
  189. Node: Eval277107
  190. Node: Forms281509
  191. Node: Self-Evaluating Forms282666
  192. Node: Symbol Forms284183
  193. Node: Classifying Lists285100
  194. Node: Function Indirection285856
  195. Node: Function Forms288971
  196. Node: Macro Forms289970
  197. Node: Special Forms291569
  198. Node: Autoloading293801
  199. Node: Quoting294299
  200. Node: Control Structures295662
  201. Node: Sequencing297283
  202. Node: Conditionals300148
  203. Node: Combining Conditions303570
  204. Node: Iteration306840
  205. Node: Nonlocal Exits308624
  206. Node: Catch and Throw309324
  207. Node: Examples of Catch313167
  208. Node: Errors315185
  209. Node: Signaling Errors316673
  210. Node: Processing of Errors319739
  211. Node: Handling Errors321069
  212. Node: Error Symbols327975
  213. Node: Cleanups331421
  214. Node: Variables335201
  215. Node: Global Variables336909
  216. Node: Constant Variables337985
  217. Node: Local Variables338508
  218. Node: Void Variables343451
  219. Node: Defining Variables346962
  220. Node: Accessing Variables354126
  221. Node: Setting Variables355552
  222. Node: Variable Scoping360070
  223. Node: Scope361667
  224. Node: Extent363190
  225. Node: Impl of Scope364665
  226. Node: Using Scoping366626
  227. Node: Buffer-Local Variables368148
  228. Node: Intro to Buffer-Local368958
  229. Node: Creating Buffer-Local371501
  230. Node: Default Value376713
  231. Node: Functions379857
  232. Node: What Is a Function380951
  233. Node: Lambda Expressions384961
  234. Node: Lambda Components385870
  235. Node: Simple Lambda387702
  236. Node: Argument List389361
  237. Node: Function Documentation393088
  238. Node: Function Names395030
  239. Node: Defining Functions397604
  240. Node: Calling Functions400540
  241. Node: Mapping Functions404389
  242. Node: Anonymous Functions406741
  243. Node: Function Cells409985
  244. Node: Inline Functions414772
  245. Node: Related Topics416582
  246. Node: Macros417635
  247. Node: Simple Macro418919
  248. Node: Expansion419654
  249. Node: Compiling Macros422628
  250. Node: Defining Macros424466
  251. Node: Backquote425784
  252. Node: Problems with Macros428127
  253. Node: Argument Evaluation428822
  254. Node: Surprising Local Vars431726
  255. Node: Eval During Expansion433794
  256. Node: Repeated Expansion435488
  257. Node: Loading437399
  258. Node: How Programs Do Loading439072
  259. Node: Autoload445250
  260. Node: Repeated Loading451344
  261. Node: Named Features453461
  262. Node: Unloading458107
  263. Node: Hooks for Loading460244
  264. Node: Byte Compilation461912
  265. Node: Speed of Byte-Code463689
  266. Node: Compilation Functions464774
  267. Node: Docs and Compilation471013
  268. Node: Dynamic Loading473590
  269. Node: Eval During Compile475955
  270. Node: Byte-Code Objects477212
  271. Node: Disassembly479695
  272. Node: Debugging488142
  273. Node: Debugger489551
  274. Node: Error Debugging490696
  275. Node: Infinite Loops492698
  276. Node: Function Debugging493942
  277. Node: Explicit Debug496725
  278. Node: Using Debugger497497
  279. Node: Debugger Commands499360
  280. Node: Invoking the Debugger503677
  281. Node: Internals of Debugger507592
  282. Node: Syntax Errors512119
  283. Node: Excess Open513367
  284. Node: Excess Close515238
  285. Node: Compilation Errors516655
  286. Node: Edebug517943
  287. Node: Using Edebug519925
  288. Node: Instrumenting522886
  289. Node: Edebug Execution Modes525270
  290. Node: Jumping528162
  291. Node: Edebug Misc531151
  292. Node: Breakpoints532538
  293. Node: Global Break Condition535277
  294. Node: Persistent Breakpoints536234
  295. Node: Views537137
  296. Node: Edebug Eval538728
  297. Node: Eval List539490
  298. Node: Printing542899
  299. Node: Coverage Testing543858
  300. Node: The Outside Context545609
  301. Node: Just Checking546317
  302. Node: Outside Window Configuration546800
  303. Node: Edebug Recursive Edit548851
  304. Node: Side Effects549609
  305. Node: Macro Calls550791
  306. Node: Specification List552563
  307. Node: Backtracking561066
  308. Node: Specification Examples562874
  309. Node: Edebug Options565946
  310. Node: Read and Print569954
  311. Node: Streams Intro570931
  312. Node: Input Streams572949
  313. Node: Input Functions578039
  314. Node: Output Streams580099
  315. Node: Output Functions584146
  316. Node: Output Variables588446
  317. Node: Minibuffers590388
  318. Node: Intro to Minibuffers591473
  319. Node: Text from Minibuffer593881
  320. Node: Object from Minibuffer598536
  321. Node: Minibuffer History601731
  322. Node: Completion604307
  323. Node: Basic Completion606280
  324. Node: Minibuffer Completion611287
  325. Node: Completion Commands614512
  326. Node: High-Level Completion619148
  327. Node: Reading File Names623162
  328. Node: Programmed Completion626842
  329. Node: Yes-or-No Queries629052
  330. Node: Multiple Queries634733
  331. Node: Minibuffer Misc638792
  332. Node: Command Loop643294
  333. Node: Command Overview644640
  334. Node: Defining Commands647924
  335. Node: Using Interactive648672
  336. Node: Interactive Codes653130
  337. Node: Interactive Examples658666
  338. Node: Interactive Call659980
  339. Node: Command Loop Info665384
  340. Node: Events670171
  341. Node: Event Types671631
  342. Node: Event Contents673530
  343. Node: Event Predicates676907
  344. Node: Accessing Mouse Event Positions678109
  345. Node: Frame-Level Event Position Info678785
  346. Node: Window-Level Event Position Info679894
  347. Node: Event Text Position Info681603
  348. Node: Event Glyph Position Info684031
  349. Node: Event Toolbar Position Info685311
  350. Node: Other Event Position Info685961
  351. Node: Accessing Other Event Info686358
  352. Node: Working With Events687966
  353. Node: Converting Events689384
  354. Node: Reading Input692315
  355. Node: Key Sequence Input693317
  356. Node: Reading One Event695273
  357. Node: Dispatching an Event698034
  358. Node: Quoted Character Input698485
  359. Node: Peeking and Discarding699835
  360. Node: Waiting703739
  361. Node: Quitting706047
  362. Node: Prefix Command Arguments710455
  363. Node: Recursive Editing715542
  364. Node: Disabling Commands720339
  365. Node: Command History722406
  366. Node: Keyboard Macros724144
  367. Node: Keymaps726361
  368. Node: Keymap Terminology727896
  369. Node: Format of Keymaps730824
  370. Node: Creating Keymaps731235
  371. Node: Inheritance and Keymaps732566
  372. Node: Prefix Keys734211
  373. Node: Active Keymaps737802
  374. Node: Key Lookup744680
  375. Node: Functions for Key Lookup750208
  376. Node: Changing Key Bindings755506
  377. Node: Key Binding Commands762878
  378. Node: Scanning Keymaps764939
  379. Node: Menus769226
  380. Node: Menu Format769702
  381. Node: Menubar Format777698
  382. Node: Menubar778323
  383. Node: Modifying Menus781437
  384. Node: Menu Filters786455
  385. Node: Pop-Up Menus788345
  386. Node: Buffers Menu790551
  387. Node: Dialog Boxes791840
  388. Node: Dialog Box Format792007
  389. Node: Dialog Box Functions793377
  390. Node: Toolbar793775
  391. Node: Toolbar Intro794089
  392. Node: Toolbar Descriptor Format794236
  393. Node: Specifying the Toolbar797978
  394. Node: Other Toolbar Variables800692
  395. Node: Scrollbars801382
  396. Node: Modes801510
  397. Node: Major Modes802458
  398. Node: Major Mode Conventions805370
  399. Node: Example Major Modes811325
  400. Node: Auto Major Mode819293
  401. Node: Mode Help826742
  402. Node: Derived Modes827843
  403. Node: Minor Modes830034
  404. Node: Minor Mode Conventions831336
  405. Node: Keymaps and Minor Modes834200
  406. Node: Modeline Format835035
  407. Node: Modeline Data836804
  408. Node: Modeline Variables841076
  409. Node: %-Constructs845792
  410. Node: Hooks848703
  411. Node: Documentation855517
  412. Node: Documentation Basics856877
  413. Node: Accessing Documentation859722
  414. Node: Keys in Documentation865308
  415. Node: Describing Characters867740
  416. Node: Help Functions870014
  417. Node: Files877948
  418. Node: Visiting Files879872
  419. Node: Visiting Functions881377
  420. Node: Subroutines of Visiting886425
  421. Node: Saving Buffers888501
  422. Node: Reading from Files894594
  423. Node: Writing to Files896751
  424. Node: File Locks899428
  425. Node: Information about Files902477
  426. Node: Testing Accessibility903238
  427. Node: Kinds of Files906978
  428. Node: Truenames908659
  429. Node: File Attributes909661
  430. Node: Changing File Attributes914772
  431. Node: File Names920178
  432. Node: File Name Components921713
  433. Node: Directory Names924814
  434. Node: Relative File Names928526
  435. Node: File Name Expansion929604
  436. Node: Unique File Names933989
  437. Node: File Name Completion935130
  438. Node: Contents of Directories937762
  439. Node: Create/Delete Dirs941075
  440. Node: Magic File Names942180
  441. Node: Partial Files947810
  442. Node: Intro to Partial Files948038
  443. Node: Creating a Partial File949278
  444. Node: Detached Partial Files950213
  445. Node: Format Conversion951335
  446. Node: Files and MS-DOS957845
  447. Node: Backups and Auto-Saving959909
  448. Node: Backup Files960584
  449. Node: Making Backups961981
  450. Node: Rename or Copy964730
  451. Node: Numbered Backups967223
  452. Node: Backup Names969468
  453. Node: Auto-Saving972751
  454. Node: Reverting980893
  455. Node: Buffers984051
  456. Node: Buffer Basics985466
  457. Node: Current Buffer987519
  458. Node: Buffer Names992207
  459. Node: Buffer File Name995412
  460. Node: Buffer Modification999532
  461. Node: Modification Time1001728
  462. Node: Read Only Buffers1005103
  463. Node: The Buffer List1007521
  464. Node: Creating Buffers1012026
  465. Node: Killing Buffers1014175
  466. Node: Indirect Buffers1017908
  467. Node: Windows1019735
  468. Node: Basic Windows1021213
  469. Node: Splitting Windows1024310
  470. Node: Deleting Windows1031184
  471. Node: Selecting Windows1033865
  472. Node: Cyclic Window Ordering1036815
  473. Node: Buffers and Windows1041439
  474. Node: Displaying Buffers1043283
  475. Node: Choosing Window1047888
  476. Node: Window Point1055606
  477. Node: Window Start1057652
  478. Node: Vertical Scrolling1062142
  479. Node: Horizontal Scrolling1067849
  480. Node: Size of Window1071358
  481. Node: Position of Window1075003
  482. Node: Resizing Windows1076835
  483. Node: Window Configurations1081360
  484. Node: Frames1084635
  485. Node: Creating Frames1086333
  486. Node: Frame Parameters1087492
  487. Node: Parameter Access1088339
  488. Node: Initial Parameters1089038
  489. Node: X Frame Parameters1091166
  490. Node: Size and Position1095416
  491. Node: Frame Name1097413
  492. Node: Frame Titles1098327
  493. Node: Deleting Frames1100149
  494. Node: Finding All Frames1100749
  495. Node: Frames and Windows1102743
  496. Node: Minibuffers and Frames1104448
  497. Node: Input Focus1105427
  498. Node: Visibility of Frames1107490
  499. Node: Raising and Lowering1109403
  500. Node: Frame Hooks1111771
  501. Node: Devices1113578
  502. Node: Basic Device Functions1115260
  503. Node: Device Types and Classes1115923
  504. Node: Connecting to a Device1118070
  505. Node: The Selected Device1120039
  506. Node: Device Input1120372
  507. Node: Positions1121108
  508. Node: Point1122064
  509. Node: Motion1124828
  510. Node: Character Motion1125595
  511. Node: Word Motion1127645
  512. Node: Buffer End Motion1129005
  513. Node: Text Lines1130502
  514. Node: Screen Lines1134908
  515. Node: List Motion1137916
  516. Node: Skipping Characters1140746
  517. Node: Excursions1142905
  518. Node: Narrowing1145127
  519. Node: Markers1150326
  520. Node: Overview of Markers1151228
  521. Node: Predicates on Markers1154115
  522. Node: Creating Markers1154987
  523. Node: Information from Markers1158003
  524. Node: Changing Markers1159101
  525. Node: The Mark1160479
  526. Node: The Region1167377
  527. Node: Text1168547
  528. Node: Near Point1171204
  529. Node: Buffer Contents1174940
  530. Node: Comparing Text1177437
  531. Node: Insertion1178845
  532. Node: Commands for Insertion1182366
  533. Node: Deletion1185324
  534. Node: User-Level Deletion1188861
  535. Node: The Kill Ring1192991
  536. Node: Kill Ring Concepts1195165
  537. Node: Kill Functions1196219
  538. Node: Yank Commands1198124
  539. Node: Low-Level Kill Ring1199995
  540. Node: Internals of Kill Ring1202781
  541. Node: Undo1205561
  542. Node: Maintaining Undo1209890
  543. Node: Filling1212510
  544. Node: Margins1218505
  545. Node: Auto Filling1222433
  546. Node: Sorting1223614
  547. Node: Columns1232915
  548. Node: Indentation1235431
  549. Node: Primitive Indent1236210
  550. Node: Mode-Specific Indent1237454
  551. Node: Region Indent1239951
  552. Node: Relative Indent1242899
  553. Node: Indent Tabs1245281
  554. Node: Motion by Indent1246601
  555. Node: Case Changes1247380
  556. Node: Text Properties1250630
  557. Node: Examining Properties1252576
  558. Node: Changing Properties1254593
  559. Node: Property Search1258168
  560. Node: Special Properties1262864
  561. Node: Saving Properties1263145
  562. Node: Substitution1266287
  563. Node: Registers1268161
  564. Node: Transposition1270704
  565. Node: Change Hooks1271598
  566. Node: Searching and Matching1273610
  567. Node: String Search1274741
  568. Node: Regular Expressions1279465
  569. Node: Syntax of Regexps1280048
  570. Node: Regexp Example1292492
  571. Node: Regexp Search1294662
  572. Node: POSIX Regexps1299871
  573. Node: Search and Replace1301706
  574. Node: Match Data1305071
  575. Node: Simple Match Data1306201
  576. Node: Replacing Match1310465
  577. Node: Entire Match Data1312799
  578. Node: Saving Match Data1314792
  579. Node: Searching and Case1316176
  580. Node: Standard Regexps1318210
  581. Node: Syntax Tables1320408
  582. Node: Syntax Basics1321524
  583. Node: Syntax Descriptors1324090
  584. Node: Syntax Class Table1325940
  585. Node: Syntax Flags1331976
  586. Node: Syntax Table Functions1335193
  587. Node: Motion and Syntax1339057
  588. Node: Parsing Expressions1340509
  589. Node: Standard Syntax Tables1346578
  590. Node: Syntax Table Internals1347422
  591. Node: Abbrevs1348449
  592. Node: Abbrev Mode1350253
  593. Node: Abbrev Tables1350973
  594. Node: Defining Abbrevs1352506
  595. Node: Abbrev Files1354411
  596. Node: Abbrev Expansion1356185
  597. Node: Standard Abbrev Tables1360816
  598. Node: Extents1361975
  599. Node: Intro to Extents1363130
  600. Node: Creating and Modifying Extents1366656
  601. Node: Extent Endpoints1368111
  602. Node: Finding Extents1371177
  603. Node: Extent Properties1374418
  604. Node: Detached Extents1381076
  605. Node: Duplicable Extents1382838
  606. Node: Extent Replicas1387478
  607. Node: Extents and Events1389261
  608. Node: Atomic Extents1391125
  609. Node: Specifiers1391572
  610. Node: Introduction to Specifiers1393375
  611. Node: Specifiers In-Depth1395685
  612. Node: Specifier Instancing1400586
  613. Node: Specifier Types1403855
  614. Node: Adding Specifications1408511
  615. Node: Retrieving Specifications1416366
  616. Node: Specifier Tag Functions1420101
  617. Node: Specifier Instancing Functions1423335
  618. Node: Specifier Example1426877
  619. Node: Creating Specifiers1429982
  620. Node: Specifier Validation Functions1432231
  621. Node: Other Specification Functions1434615
  622. Node: Faces and Window-System Objects1438434
  623. Node: Faces1438758
  624. Node: Merging Faces1440376
  625. Node: Basic Face Functions1442336
  626. Node: Face Properties1444435
  627. Node: Face Convenience Functions1453994
  628. Node: Other Face Display Functions1457127
  629. Node: Fonts1457940
  630. Node: Font Specifiers1458641
  631. Node: Font Instances1458882
  632. Node: Font Instance Names1459849
  633. Node: Font Instance Size1460690
  634. Node: Font Instance Characteristics1461976
  635. Node: Font Convenience Functions1463145
  636. Node: Colors1464435
  637. Node: Color Specifiers1464875
  638. Node: Color Instances1465102
  639. Node: Color Instance Properties1465846
  640. Node: Color Convenience Functions1466472
  641. Node: Glyphs1467525
  642. Node: Glyph Functions1468189
  643. Node: Creating Glyphs1468524
  644. Node: Glyph Properties1469314
  645. Node: Glyph Convenience Functions1478023
  646. Node: Images1479002
  647. Node: Image Specifiers1479447
  648. Node: Image Instantiator Conversion1483810
  649. Node: Image Instances1485167
  650. Node: Cursors1487935
  651. Node: Annotations1488104
  652. Node: Annotation Basics1488581
  653. Node: Annotation Primitives1491725
  654. Node: Margin Primitives1495123
  655. Node: Annotation Hooks1497074
  656. Node: Display1497844
  657. Node: Refresh Screen1498775
  658. Node: Truncation1500885
  659. Node: The Echo Area1503610
  660. Node: Invisible Text1506683
  661. Node: Selective Display1509266
  662. Node: Overlay Arrow1513393
  663. Node: Temporary Displays1514747
  664. Node: Blinking1518868
  665. Node: Usual Display1521052
  666. Node: Display Tables1523602
  667. Node: Display Table Format1524406
  668. Node: Active Display Table1525850
  669. Node: Character Descriptors1527042
  670. Node: Beeping1527800
  671. Node: Processes1532556
  672. Node: Subprocess Creation1534777
  673. Node: Synchronous Processes1538070
  674. Node: MS-DOS Subprocesses1544768
  675. Node: Asynchronous Processes1545842
  676. Node: Deleting Processes1549546
  677. Node: Process Information1551417
  678. Node: Input to Processes1555345
  679. Node: Signals to Processes1557614
  680. Node: Output from Processes1562034
  681. Node: Process Buffers1562846
  682. Node: Filter Functions1565714
  683. Node: Accepting Output1571281
  684. Node: Sentinels1572808
  685. Node: Process Window Size1576301
  686. Node: Transaction Queues1576650
  687. Node: Network1578348
  688. Node: System Interface1580181
  689. Node: Starting Up1581451
  690. Node: Start-up Summary1582045
  691. Node: Init File1585599
  692. Node: Terminal-Specific1587981
  693. Node: Command Line Arguments1591139
  694. Node: Getting Out1594627
  695. Node: Killing XEmacs1595196
  696. Node: Suspending XEmacs1596865
  697. Node: System Environment1600183
  698. Node: User Identification1606266
  699. Node: Time of Day1608152
  700. Node: Time Conversion1610947
  701. Node: Timers1615920
  702. Node: Terminal Input1618093
  703. Node: Input Modes1618596
  704. Node: Translating Input1621009
  705. Node: Recording Input1623255
  706. Node: Terminal Output1624556
  707. Node: Flow Control1627417
  708. Node: Batch Mode1631210
  709. Node: X-Windows1632299
  710. Node: X Selections1633087
  711. Node: X Server1635297
  712. Node: Resources1635698
  713. Node: Server Data1640565
  714. Node: Grabs1641772
  715. Node: X Miscellaneous1643353
  716. Node: ToolTalk Support1645738
  717. Node: XEmacs ToolTalk API Summary1645963
  718. Node: Sending Messages1647262
  719. Node: Example of Sending Messages1647513
  720. Node: Elisp Interface for Sending Messages1648575
  721. Node: Receiving Messages1654966
  722. Node: Example of Receiving Messages1655189
  723. Node: Elisp Interface for Receiving Messages1656025
  724. Node: Internationalization1659850
  725. Node: I18N Levels 1 and 21660060
  726. Node: I18N Level 31660766
  727. Node: Level 3 Basics1661047
  728. Node: Level 3 Primitives1661880
  729. Node: Dynamic Messaging1663485
  730. Node: Domain Specification1663948
  731. Node: Documentation String Extraction1665854
  732. Node: I18N Level 41666772
  733. Node: Tips1666914
  734. Node: Style Tips1667549
  735. Node: Compilation Tips1677057
  736. Node: Documentation Tips1678972
  737. Node: Comment Tips1684481
  738. Node: Library Headers1687485
  739. Node: XEmacs Internals1691457
  740. Node: Building XEmacs1692158
  741. Node: Pure Storage1696812
  742. Node: Garbage Collection1699534
  743. Node: Writing XEmacs Primitives1707555
  744. Node: Object Internals1717770
  745. Node: Buffer Internals1719106
  746. Node: Window Internals1722252
  747. Node: Process Internals1725692
  748. Node: Standard Errors1727675
  749. Node: Standard Buffer-Local Variables1731903
  750. Node: Standard Keymaps1734579
  751. Node: Standard Hooks1738311
  752. Node: Index1742639
  753. 
  754. End Tag Table
  755.